home *** CD-ROM | disk | FTP | other *** search
- on mouseDown me
- puppetSound 1, "ClickSound"
- on mouseup
- if the platform = "Windows,32" then
- goToNetPage the moviepath&"yac.htm"
- else
- if the platform = "Windows,16" then
- goToNetPage the moviepath&"yac.htm"
- else
- goToNetPage the moviepath&"yac.htm"
- end if
- end if
- end